Week 7
Milestones
- Creating a node server to test the POST requests
- Adding multer support to the server for parsing multi-part form data
- Creating a new configurable POST request for submission to a custom server
- Implementing proper error handling and sending the appropriate status code.
Screenshots / Videos
Contributions
Learnings
- Understanding the parsing of multi-part form data
- Figuring out the appropriate status code to implement correct error handling.